Created: 2022-07-12
Tags: #fleeting
Alert Box, Confirm Box, Prompt Box
Confirmation for user
Alert Box pops up, then user needs to click ok to proceed
window.alert("_sometext_");
User can click Ok or Cancel to proceed
Ok box returns TRUE
Cancel box returns FALSE
window.confirm("_sometext_");
User to input value